home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- ok:;
- performClick:;
- changeOptionMode:;
- revert:;
- };
- OUTLETS = {
- revert;
- ok;
- win;
- optionsButton;
- optionView;
- };
- SUPERCLASS = Object;
- };
- GlobalPreferences = {
- ACTIONS = {
- newFont:;
- };
- OUTLETS = {
- writeableButton;
- saveMatrix;
- keyBindings;
- sizeForm;
- };
- SUPERCLASS = Preferences;
- };
- FirstResponder = {
- ACTIONS = {
- performResize:;
- };
- SUPERCLASS = Object;
- };
-